home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRIDS / SPREAD32 / UNIT1.DFM / UNIT1.txt
Text File  |  1996-08-15  |  5KB  |  257 lines

  1. object Form1: TForm1
  2.   Left = 46
  3.   Top = 42
  4.   Width = 548
  5.   Height = 389
  6.   Caption = 'TSpread Component Demo'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'Arial'
  10.   Font.Style = [fsBold]
  11.   Menu = MainMenu1
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 14
  15.   object Spread1: TSpread
  16.     Left = 0
  17.     Top = 0
  18.     Width = 338
  19.     Height = 343
  20.     Align = alLeft
  21.     ColCount = 20
  22.     DefaultRowHeight = 18
  23.     RowCount = 50
  24.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowMoving, goColMoving, goEditing]
  25.     TabOrder = 0
  26.     OnClick = Spread1Click
  27.     DefaultNaming = True
  28.     ObjectAlignment = alfill
  29.     Showoptions = ssformulas
  30.     ShowZeros = False
  31.     CalcOrder = coRows
  32.     CalcOnChange = False
  33.     DefaultCellformat = ffNumber
  34.     DefaultCellType = ctformula
  35.     Decimals = 2
  36.     StretchBitmap = False
  37.     DefaultCellAlignment = taLeftJustify
  38.     Version = '3.1'
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 345
  42.     Top = 0
  43.     Width = 195
  44.     Height = 343
  45.     Align = alRight
  46.     BevelInner = bvRaised
  47.     BevelOuter = bvLowered
  48.     TabOrder = 1
  49.     object Label1: TLabel
  50.       Left = 8
  51.       Top = 10
  52.       Width = 98
  53.       Height = 14
  54.       Caption = 'TSpread Methods'
  55.     end
  56.     object Label2: TLabel
  57.       Left = 8
  58.       Top = 326
  59.       Width = 81
  60.       Height = 14
  61.       Caption = 'Col = 0 Row = 0'
  62.     end
  63.     object Bevel1: TBevel
  64.       Left = 11
  65.       Top = 144
  66.       Width = 177
  67.       Height = 30
  68.       Shape = bsFrame
  69.     end
  70.     object Label3: TLabel
  71.       Left = 8
  72.       Top = 128
  73.       Width = 57
  74.       Height = 14
  75.       Caption = 'Alignment'
  76.     end
  77.     object Label4: TLabel
  78.       Left = 8
  79.       Top = 225
  80.       Width = 55
  81.       Height = 14
  82.       Caption = '&Precision:'
  83.     end
  84.     object Label5: TLabel
  85.       Left = 8
  86.       Top = 194
  87.       Width = 42
  88.       Height = 14
  89.       Caption = '&Format:'
  90.     end
  91.     object Label6: TLabel
  92.       Left = 8
  93.       Top = 100
  94.       Width = 54
  95.       Height = 14
  96.       Caption = 'Cell &Type:'
  97.     end
  98.     object ComboBox1: TComboBox
  99.       Left = 24
  100.       Top = 33
  101.       Width = 145
  102.       Height = 22
  103.       ItemHeight = 14
  104.       Items.Strings = (
  105.         'AddCol'
  106.         'AddRow'
  107.         'ClearBitmap'
  108.         'DeleteCol'
  109.         'DeleteRow'
  110.         'HideCol'
  111.         'HideRow'
  112.         'InsertCol'
  113.         'InsertRow'
  114.         'LockCell'
  115.         'LockCol'
  116.         'LockRow'
  117.         'MakeButton'
  118.         'MakeCheckBox'
  119.         'MakeComboBox'
  120.         'MakeNewSheet'
  121.         'MakeSpinEdit'
  122.         'PutBitMap'
  123.         'SetCellBrush'
  124.         'SetColBrush'
  125.         'SetRowBrush'
  126.         'SetCellFont'
  127.         'SetColFont'
  128.         'SetRowFont'
  129.         'SetCellAlignment'
  130.         'SetColAlignment'
  131.         'SetRowAlignment'
  132.         'SetCellFormat'
  133.         'SetColFormat'
  134.         'SetRowFormat'
  135.         'SetCellType'
  136.         'UnlockAllCells')
  137.       TabOrder = 0
  138.     end
  139.     object Button1: TButton
  140.       Left = 24
  141.       Top = 56
  142.       Width = 145
  143.       Height = 21
  144.       Caption = '&Execute Method'
  145.       TabOrder = 1
  146.       OnClick = Button1Click
  147.     end
  148.     object RadioButton1: TRadioButton
  149.       Left = 19
  150.       Top = 150
  151.       Width = 44
  152.       Height = 17
  153.       Caption = '&Left'
  154.       Checked = True
  155.       TabOrder = 3
  156.       TabStop = True
  157.     end
  158.     object RadioButton2: TRadioButton
  159.       Left = 67
  160.       Top = 150
  161.       Width = 44
  162.       Height = 17
  163.       Caption = '&Right'
  164.       TabOrder = 4
  165.     end
  166.     object RadioButton3: TRadioButton
  167.       Left = 115
  168.       Top = 150
  169.       Width = 58
  170.       Height = 17
  171.       Caption = '&Center'
  172.       TabOrder = 5
  173.     end
  174.     object SpinEdit1: TSpinEdit
  175.       Left = 67
  176.       Top = 222
  177.       Width = 36
  178.       Height = 23
  179.       MaxValue = 20
  180.       MinValue = 0
  181.       TabOrder = 7
  182.       Value = 0
  183.     end
  184.     object ComboBox2: TComboBox
  185.       Left = 67
  186.       Top = 190
  187.       Width = 123
  188.       Height = 22
  189.       ItemHeight = 14
  190.       Items.Strings = (
  191.         'ffCurrency'
  192.         'ffFixed'
  193.         'ffNumber'
  194.         'ffGeneral'
  195.         'ffExponent')
  196.       TabOrder = 6
  197.     end
  198.     object ComboBox3: TComboBox
  199.       Left = 71
  200.       Top = 96
  201.       Width = 99
  202.       Height = 22
  203.       ItemHeight = 14
  204.       Items.Strings = (
  205.         'cttext'
  206.         'ctformula'
  207.         'ctdate'
  208.         'cttime')
  209.       TabOrder = 2
  210.     end
  211.     object Button2: TButton
  212.       Left = 51
  213.       Top = 272
  214.       Width = 89
  215.       Height = 26
  216.       Caption = 'Set Formulas'
  217.       TabOrder = 8
  218.       OnClick = Button2Click
  219.     end
  220.   end
  221.   object MainMenu1: TMainMenu
  222.     Left = 7
  223.     Top = 8
  224.     object File1: TMenuItem
  225.       Caption = '&File'
  226.       ShortCut = 0
  227.       object Exit1: TMenuItem
  228.         Caption = 'E&xit'
  229.         ShortCut = 16472
  230.         OnClick = Exit1Click
  231.       end
  232.     end
  233.   end
  234.   object ColorDialog1: TColorDialog
  235.     Ctl3D = True
  236.     Left = 229
  237.     Top = 157
  238.   end
  239.   object FontDialog1: TFontDialog
  240.     Font.Color = clWindowText
  241.     Font.Height = -13
  242.     Font.Name = 'System'
  243.     Font.Style = []
  244.     MinFontSize = 0
  245.     MaxFontSize = 0
  246.     Left = 167
  247.     Top = 139
  248.   end
  249.   object OpenDialog1: TOpenDialog
  250.     DefaultExt = 'bmp'
  251.     FileEditStyle = fsEdit
  252.     Filter = 'Bitmap Files (*.bmp)|*.bmp'
  253.     Left = 213
  254.     Top = 94
  255.   end
  256. end
  257.